home *** CD-ROM | disk | FTP | other *** search
/ Champak 54 / Vol 54.iso / games / williame.swf / scripts / frame_15 / PlaceObject2_237_218 / CLIPACTIONRECORD onClipEvent(enterFrame).as < prev   
Encoding:
Text File  |  2007-09-27  |  169 b   |  9 lines

  1. onClipEvent(enterFrame){
  2.    x = _root.ship._x;
  3.    y = _root.ship._y;
  4.    if(110 < x and x < 130 and 300 < y and y < 370)
  5.    {
  6.       _root.ship._x = x + 8;
  7.    }
  8. }
  9.